This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Sorted collection with db.search Att: IBM ~Umberto Nongeroson 31.Dec.03 02:17 PM a Web browser Applications Development All ReleasesAll Platforms
While the functionality you describe would be nice, you can do what you want now with a tiny bit of extra work. Check out the new NotesView properties and methods in ND6. You could easily construct a view using script, add the columns to have the sorting you need, grab the AllEntries and process as need-be.
All it would take is one function that you could re-use and change as you see fit. The only real disadvantage would be having to remove the view after you were done processing. This could be handled via nightly agent, another function, or (if you handled the view as a class) a delete() method.